From: Jo-Philipp Wich Date: Thu, 16 Aug 2018 07:36:37 +0000 (+0200) Subject: luci-base: mark password template dummy field as hidden X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=98d4eb1695ae5723cd7bd785d18284e633e26cc8;p=project%2Fluci.git luci-base: mark password template dummy field as hidden Mark the dummy input field as aria-hidden, should fix #2063. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/luasrc/view/cbi/value.htm b/modules/luci-base/luasrc/view/cbi/value.htm index 942ab72e77..24fb428e65 100644 --- a/modules/luci-base/luasrc/view/cbi/value.htm +++ b/modules/luci-base/luasrc/view/cbi/value.htm @@ -1,6 +1,6 @@ <%+cbi/valueheader%> <%- if self.password then -%> - /> <%- end -%>